home *** CD-ROM | disk | FTP | other *** search
/ GRAVIS Top 100 #1 / GRAVIS CD No1_Herbst_94.cdr / Deneba / Canvas™ 3.5.2 US / PPD Folder / A_PNT518.PPD next >
Text File  |  1990-10-12  |  12KB  |  366 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserWriter-Personal II NT" version 51.8
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011527 or 011892
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 4 September 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LaserWriter-Personal II NT)"
  20. *PSVersion: "(51.8) 0"
  21. *NickName: "LaserWriter Personal II NT v51.8"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "402366"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "4"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not 
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit 
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 
  91. exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Legal: "statusdict begin legaltray end"
  103. *PageSize A4: "statusdict begin a4tray end"
  104. *PageSize B5: "statusdict begin b5tray end"
  105. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  106. *PageSize A4Small: "statusdict begin a4tray a4small end"
  107. *PageSize Note: "statusdict begin papersize pop load exec note end"
  108.  
  109. *?PageSize: "
  110.  save statusdict begin
  111.    7 dict begin
  112.      /getregion {newpath clippath pathbbox pop pop pop ceiling cvi} def
  113.      /llxltrsml 31 def            
  114.      /llxa4sml 27 def            
  115.      /lettertray {
  116.        getregion llxltrsml eq {(LetterSmall)}{(Letter)}ifelse 
  117.      } def 
  118.      /a4tray {
  119.        getregion llxa4sml eq {(A4Small)}{(A4)}ifelse 
  120.      } def  
  121.      /legaltray (Legal) def        
  122.      /b5tray (B5) def             
  123.  
  124.      papersize {
  125.        {load exec} stopped not{= flush}if}
  126.        {{load exec} stopped not{print (.Transverse) = flush}
  127.        {(Unknown) =  flush} ifelse
  128.      } ifelse
  129.    end
  130.  end restore
  131. "
  132. *End
  133.  
  134.  
  135. *% These entries will set up the frame buffer. Usually used with manual 
  136. feed.
  137. *DefaultPageRegion: Letter
  138. *PageRegion Letter: "letter"
  139. *PageRegion Legal: "legal"
  140. *PageRegion Note: "note"
  141. *PageRegion A4: "a4"
  142. *PageRegion B5: "b5"
  143. *PageRegion LetterSmall: "lettersmall"
  144. *PageRegion A4Small: "a4small"
  145.  
  146. *% These entries will invoke a particular tray--error may occur if tray is 
  147. not inserted.
  148. *% These errors should be trapped by software and a message displayed
  149. *DefaultPaperTray: None
  150. *PaperTray Letter: "statusdict begin lettertray end"
  151. *PaperTray Legal: "statusdict begin legaltray end"
  152. *PaperTray A4: "statusdict begin a4tray end"
  153. *PaperTray B5: "statusdict begin b5tray end"
  154. *?PaperTray: "
  155.  save statusdict begin
  156.   4 dict begin
  157.    /lettertray (Letter) def /legaltray (Legal) def
  158.    /a4tray (A4) def  /b5tray (B5) def 
  159.    papersize {
  160.      {load exec} stopped not{= flush}if
  161.    }{
  162.      {load exec} stopped not{print (.Transverse) = flush}
  163.      {(Unknown) = flush}ifelse
  164.    }ifelse
  165.   end
  166.  end restore
  167. "
  168. *End
  169.  
  170. *% The following entries provide information about specific paper 
  171. keywords.
  172. *DefaultImageableArea: Letter
  173. *ImageableArea Letter: "15 6 597 773 "
  174. *ImageableArea Legal: "15 6 597 989 "
  175. *ImageableArea A4: "13 4 577 825 "
  176. *ImageableArea B5: "17 6 495 711 "
  177. *ImageableArea LetterSmall: "31 31 583 761 "
  178. *ImageableArea A4Small: "27 31 567 811 "
  179. *?ImageableArea: "
  180.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  181.   newpath clippath pathbbox
  182.   4 -2 roll exch 2 {ceiling cvp} repeat
  183.   exch 2 {floor cvp} repeat flush
  184.  restore
  185. "
  186. *End
  187.  
  188. *% These provide the physical dimensions of the paper (by keyword)
  189. *DefaultPaperDimension: Letter
  190. *PaperDimension Letter: "612 792"
  191. *PaperDimension Legal: "612 1008"
  192. *PaperDimension A4: "595 842"
  193. *PaperDimension B5: "499 708"
  194. *PaperDimension LetterSmall: "612 792"
  195. *PaperDimension A4Small: "595 842"
  196.  
  197. *DefaultOutputBin: Upper
  198. *DefaultInputSlot: Lower
  199. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  200. *InputSlot Lower: "statusdict begin 0 setpapertray end"
  201. *?InputSlot: "
  202.  save statusdict begin
  203.   2 dict begin
  204.    /0 (Lower) def
  205.    /1 (Upper) def
  206.    papertray 
  207.      {( ) cvs cvn load exec} stopped not{= flush}if
  208.   end
  209.  end restore
  210. "
  211. *End
  212.  
  213. *DefaultManualFeed: False
  214. *?ManualFeed: "
  215.   statusdict /manualfeed get
  216.   {(True)}{(False)}ifelse = flush"
  217. *End
  218. *ManualFeed True: "statusdict begin /manualfeed true store end"
  219. *ManualFeed False: "statusdict begin /manualfeed false store end"
  220.  
  221. *% The following will require some hand editing:
  222. *DefaultOutputOrder: Normal
  223.  
  224. *DefaultCollator: None
  225. *DefaultSorter: None
  226. *DefaultDuplex: None
  227.  
  228. *% Font Information =====================
  229.  
  230. *DefaultFont: Courier
  231. *Font AvantGarde-Book: Standard "(001.002)"
  232. *Font AvantGarde-BookOblique: Standard "(001.002)"
  233. *Font AvantGarde-Demi: Standard "(001.003)"
  234. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  235. *Font Bookman-Demi: Standard "(001.001)"
  236. *Font Bookman-DemiItalic: Standard "(001.001)"
  237. *Font Bookman-Light: Standard "(001.001)"
  238. *Font Bookman-LightItalic: Standard "(001.001)"
  239. *Font Courier: Standard "(002.002)"
  240. *Font Courier-Bold: Standard "(002.002)"
  241. *Font Courier-BoldOblique: Standard "(002.002)"
  242. *Font Courier-Oblique: Standard "(002.002)"
  243. *Font Emulatorfont: Special "(001.000)"
  244. *Font Emulatorfont-Bold: Special "(001.000)"
  245. *Font Helvetica: Standard "(001.002)"
  246. *Font Helvetica-Bold: Standard "(001.002)"
  247. *Font Helvetica-BoldOblique: Standard "(001.002)"
  248. *Font Helvetica-Narrow: Standard "(001.002)"
  249. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  250. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  251. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  252. *Font Helvetica-Oblique: Standard "(001.002)"
  253. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  254. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  255. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  256. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  257. *Font Palatino-Bold: Standard "(001.002)"
  258. *Font Palatino-BoldItalic: Standard "(001.002)"
  259. *Font Palatino-Italic: Standard "(001.002)"
  260. *Font Palatino-Roman: Standard "(001.001)"
  261. *Font Symbol: Special "(001.003)"
  262. *Font Times-Bold: Standard "(001.002)"
  263. *Font Times-BoldItalic: Standard "(001.004)"
  264. *Font Times-Italic: Standard "(001.002)"
  265. *Font Times-Roman: Standard "(001.002)"
  266. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  267. *Font ZapfDingbats: Special "(001.002)"
  268. *?FontQuery: "
  269. save  2 dict begin /sv exch def
  270. /str 128 string def
  271. {
  272.   count 0 gt {
  273.     dup str cvs (/) print print (:) print
  274.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  275.   }{ exit } ifelse
  276. } bind loop
  277. (*) = flush
  278. sv end restore
  279. "
  280. *End
  281.  
  282. *?FontList: "
  283. save  2 dict begin /sv exch def
  284. /str 128 string def
  285. FontDirectory { pop == } bind forall flush
  286. (*) = flush
  287. sv end restore
  288. "
  289. *End
  290.  
  291. *% Printer Messages (verbatim from printer):
  292. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  293. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  294. *Message: "\FontName\ not found, using Courier"
  295.  
  296. *% Status (format: %%[ status: <one of these> ]%% )
  297. *Status: "idle"
  298. *Status: "busy"
  299. *Status: "waiting"
  300. *Status: "printing"
  301. *Status: "warming up"
  302. *Status: "PrinterError: cover open"
  303. *Status: "PrinterError: service call"
  304. *Status: "PrinterError: paper jam"
  305.  
  306. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  307. *Source: "serial9"
  308. *Source: "serial25"
  309. *Source: "AppleTalk"
  310.  
  311. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  312. *PrinterError: "warming up"
  313. *PrinterError: "cover open"
  314. *PrinterError: "service call"
  315. *PrinterError: "paper jam"
  316. *PrinterError: "lower tray: out of paper"
  317. *PrinterError: "lower tray: no papertray"
  318. *PrinterError: "upper tray: out of paper"
  319. *PrinterError: "upper tray: manual feed timeout"
  320.  
  321. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  322.  
  323. *% Color Separation Information =====================
  324.  
  325. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  326.  
  327. *InkName: ProcessBlack/Process Black
  328. *InkName: CustomColor/Custom Color
  329. *InkName: ProcessCyan/Process Cyan
  330. *InkName: ProcessMagenta/Process Magenta
  331. *InkName: ProcessYellow/Process Yellow
  332.  
  333. *% For 60 lpi / 300 dpi =====================================================
  334.  
  335. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  336. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  337. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  338. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  339. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  340.  
  341. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  342. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  343. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  344. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  345. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  346.  
  347. *% For 53 lpi / 300 dpi =====================================================
  348.  
  349. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  350. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  351. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  352. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  353. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  354.  
  355. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  356. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  357. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  358. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  359. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  360.  
  361. *% please insert any patches here.
  362.  
  363. *% end of PPD file for LaserWriter-Personal II NT
  364.  
  365.  
  366.